2 Many browsers use the same font for the KBD, SAMP, TT & CODE tags. For many lines of fixed width text, with the line breaks and other whitespace specified by the page author, use the tag. ¥
example text
¥
html The tag sets the properties of one table column at a time. Do not use this tag with a COLGROUP element. ¥
example content & content & content ¥
html The ALIGN attribute specifies the text alignment in the cells within the colums. The values for "alignment" are LEFT, MIDDLE & RIGHT and the default is MIDDLE. ¥
example content ¥
example content ¥
html The COLGROUP tag sets the properties of one or more table columns. ( Attributes = SPAN, WIDTH, HALIGN, VALIGN & ALIGN ) ¥
example A few examples: column data & column data & column data ¥
example column data ¥
html The HALIGN attribute specifies the horizontal alignment of text in the cells for the column group. The values: LEFT, RIGHT and CENTER (the default.) ¥
example column data ¥
html The VALIGN attribute sets the vertical alignment for the column. The values are TOP, MIDDLE (the default,) and BOTTOM. ¥
example column data ¥
html The WIDTH attribute specifies the width of each column in the column group. ¥
example column data ¥
html The SPAN attribute sets the number of consecutive columns for the group. ¥
example column data ¥
html The credit tag defines text that credits a figure or quote. It is valid only within FIG or BQ tags. Example: text ¥
html The deleted text tag marks text that has been deleted, for example in a group authoring situation or a legal document. Example: list entries ¥
html The definition tag defines text that defines a term -- many browsers will display it in italics, though others will ignore it. ¥
example It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag. text ¥
html The directory list tag introduces a directory list, which is made up of List Item (LI) tags and does not include bullets or numbers before them. See: 2, 3 & 4 ¥
html 2 The items should be short so that they can be arranged into columns. For a bulleted list use UL. ¥
html 3 For a numbered list use OL. For a list without bullets or numbers that is not arranged into columns use MENU. ¥
html 4 In HTML 3.0, the same effect can be achieved with . The DIR tag will probably be obsolete some day, so use UL. ¥
example list entries & list entries ¥
html The COMPACT attribute instructs the browser to reduce the space occupied by the list. ¥
example list entries ¥
html The division tag is used to divide a document up into different sections, such as chapters, sections, abstract, and appendix. ¥
example &
&
&
&
¥
html
The ALIGN attribute can be one of LEFT, RIGHT, or CENTER. Example:
¥
html
The CLASS attribute that specifies what section this is. Example:
¥
html
NOWRAP attribute stops the browser from wrapping except where
's are included in the document. Example:
¥
html
Indicates the ISO standard language. Enter the standard abbreviation to indicate the language of the element. ( LANG=iso ) ¥
html
The definition list tag introduces a definition list or glossary, which is made up of term (DT) and definition (DD) items. The and tags are optional. See: 2 ¥
html 2 Typically the definitions are indented under each term, with no blank lines around them. A list heading (LH) may be included before the first definition term. ¥
example list entries
& list entries
& - term &
- definition ¥
html
If COMPACT was specified (and the terms are short) the terms and definitions are on the same line. Do not use multiple DD elements for the same DT -- instead use BR within the DD. ¥
example list entries
¥
html - See:
¥
html - Do not use multiple DD elements for the same DT -- instead use BR within the DD. See:
¥
html The emphasized tag defines text that should be emphasized -- most browsers will display it in italics. See: 2 ¥
html 2 It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag. ¥
example text ¥
html